YNQ  YNQ-1.5.1
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups
Mount information

Modules

 User logon type
 
 Server capabilities
 
 signing policy
 

Data Structures

struct  CCSStatistics
 
struct  CCServerInfo
 
struct  CCMountInfoA
 
struct  CCMountInfo
 

Functions

NQ_BOOL ccGetMountInformationA (const NQ_CHAR *mountPoint, CCMountInfoA *mountPointInfo)
 
NQ_BOOL ccGetMountInformation (const NQ_WCHAR *mountPoint, CCMountInfo *mountPointInfo)
 

Detailed Description

Function Documentation

NQ_BOOL ccGetMountInformationA ( const NQ_CHAR mountPoint,
CCMountInfoA mountPointInfo 
)

This function is called by application to get information about specific mount point.

Parameters
mountPointThe name of the mount point.
mountPointInfopointer to CCMountInfoA structure to fill.
Returns
TRUE if the information was written successfully and FALSE otherwise.
See Also
CCMountInfoA structure.
Note
This is an ASCII version of ccGetMountInformation(). Memory for ips (field of CCServerInfo) and serverName (field of CCMountInfoA) is allocated by this function and it is the caller responsibility to release it
NQ_BOOL ccGetMountInformation ( const NQ_WCHAR mountPoint,
CCMountInfo mountPointInfo 
)

This function is called by application to get information about specific mount point.

Parameters
mountPointThe name of the mount point.
mountPointInfopointer to CCMountInfo structure to fill.
Returns
None.
See Also
CCMountInfo structure.
Returns
TRUE if the information was written successfully and FALSE otherwise.
Note
Memory for ips (field of CCServerInfo) and serverName (field of CCMountInfoA) is allocated by this function and it is the caller responsibility to release it